home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Demos / A.D. Software / OOFILE 1.3b4d6.sit / OOFILE 1.3b4d6 / MacCodeWarriorDemo1.3b4d6 / docs / results / ooftst30.out < prev    next >
Encoding:
Text File  |  1997-04-02  |  1.8 KB  |  106 lines

  1. OOFILE Validation Suite - Test 30
  2. Simple test to operations on all the standalone field types
  3.  
  4. change the default date order to Month, Day Year
  5.  
  6. Testing oofDate:
  7. Today: 4/2/1997
  8. Two weeks ago: 3/19/1997
  9. Jan 16th '97 1/16/1997
  10.  
  11.  
  12. Testing oofDateTime:
  13. Today: 2/4/1997 18:33:48
  14. Two weeks ago: 19/3/1997 18:33:48
  15. Jan 16th '97 3:15 pm 16/1/1997 15:15:00
  16.  
  17.  
  18. Testing oofTime:
  19. Now: 18:33:48
  20. 3000 milliseconds (3 seconds) earlier: 18:33:45
  21. 3:15:45.32 pm 15:15:46
  22.  
  23.  
  24. Testing oofText:
  25. 'Hi There' Hi There
  26. 'Hi There Andy' Hi There Andy
  27. 'Jan 15th '97' Jan 15th '97
  28. 'appended to empty' appended to empty
  29.  
  30.  
  31. Testing OOF_String simple string class:
  32. 'Hi There' Hi There
  33. 'Hi There Andy' Hi There Andy
  34. 'Jan 15th '97' Jan 15th '97
  35. 'appended to empty' appended to empty
  36. '123456' 12345
  37. '123.456' 123.456
  38. 'printf test: 123456' printf test: 123456
  39.  
  40.  
  41. Testing oofChar:
  42. 'Hi There' Hi There
  43. 'Hi There Andy' Hi There Andy
  44. 'Jan 15th '97' Jan 15th '97
  45. 'appended to empty' appended to empty
  46.  
  47.  
  48. Testing oofUshort:
  49. '99' 99
  50. '101' 101
  51. '1001' 1001
  52.  
  53.  
  54. Testing oofShort:
  55. '-99' -99
  56. '-101' -101
  57. '1001' 1001
  58.  
  59.  
  60. Testing oofUlong:
  61. '99' 99
  62. '101' 101
  63. '1000001' 1000001
  64.  
  65.  
  66. Testing oofLong:
  67. '-99' -99
  68. '-101' -101
  69. '1000001' 1000001
  70.  
  71.  
  72. Testing oofBool:
  73. 'T' T
  74. 'F' F
  75. 'T' T
  76. 'F' F
  77. 'T' T
  78.  
  79.  
  80. Testing oofReal:
  81. '-0.99' -0.99
  82. '-1.01' -1.01
  83. '1000001' 1e+06
  84.  
  85.  
  86. Testing oofBLOB:
  87. '0, 2, 4, 8, 16, 65535, 0xADADADAD'
  88. 00 00 00 00 00 00 00 02 00 00 00 04 00 00 00 08 
  89. 00 00 00 10 00 00 ff ff ad ad ad ad 
  90.  
  91. same as above, twice
  92. 00 00 00 00 00 00 00 02 00 00 00 04 00 00 00 08 
  93. 00 00 00 10 00 00 ff ff ad ad ad ad 00 00 00 00 00 
  94. 00 00 02 00 00 00 04 00 00 00 08 00 00 00 10 00 00 
  95. ff ff ad ad ad ad 
  96.  
  97. same as first
  98. 00 00 00 00 00 00 00 02 00 00 00 04 00 00 00 08 
  99. 00 00 00 10 00 00 ff ff ad ad ad ad 
  100.  
  101.  
  102.             
  103. This is a text string, which will be automatically attached as an oofChar   12.3    4/2/1997    
  104.  
  105. done
  106.